AllowColumnDrag	Allow or not drag and move columns.	Other	BOOL	
AllowColumnSort	Allow or not order by columns.	Other	BOOL	
AllowColumnDrag	Allow or not drag and move columns.	Other	BOOL	
AllowColumnSort	Allow or not order by columns.	Other	BOOL	
AllowRowsResize	Allow or not resize rows	Other	BOOL	
AllowEdit	Allow or not edit cells.	Other	BOOL	
BackColor	Grid background color.	Appearance	COLOR	
BorderColor	Border color.	Appearance	COLOR	
BorderRadius	Edge radius, to simulate curved edges.	Appearance	LONG	
BorderWidth	Width of the line border, 0 is visible =false	Appearance	LONG	
CheckStyle	The rows will or will not contain a checkbox in their first column.	Other	BOOL	
ColsCount	Assign or return the number of columns.	Columns	LONG	
ColumnsAutoFit	The columns will auto-adjust to the width of the grid and the horizontal scroll bar will not be displayed.	Columns	BOOL	
CurCol	Assign and return the selected column number	Columns	LONG	
CurRow	Assign and return the selected row number	Rows	LONG	
FixedColumns	The number of columns to be fixed.	Columns	LONG	
FixedRows	The number of rows to be fixed.	Rows	LONG	
Font	Global font for all cells, then it can be changed by column, row and cell.	Appearance	FONT	
HeaderBackColor	Column header background color.	Columns	COLOR	
HeaderFont	Font for the head of the columns.	Columns	FONT	
HeaderHeight	Height of the column headings.	Columns	LONG	
HeaderImageAlign	Alignment of the image of the head of the columns.	Columns	ENUM	-1,HA_DefaultColumn|0,HA_Left|1,HA_Center|2,HA_Right
HeaderLinesHorizontalWidth	Width of the horizontal lines of the header. With 0 these are hidden	Columns	LONG	
HeaderLinesVerticalWidth	Width of the vertical lines of the header. With 0 these are hidden	Columns	LONG	
HeaderTextAlign	Column header text alignment.	Columns	ENUM	-1,HA_DefaultColumn|0,HA_Left|1,HA_Center|2,HA_Right
HeaderTextWordBreak	Text Header Word Break	Columns	BOOL	
LastRowIsFooter	Assign or return if the last row will be fixed at the bottom of the grid (to show sums and other operations)	Rows	BOOL	
LinesHorizontalColor	Color of the horizontal lines of the grid	Lines	COLOR	
LinesHorizontalWidth	Width of the horizontal lines of the grid, with 0 these are hidden	Lines	LONG	
LinesVerticalWidth	Width of the vertical lines of the grid, With 0 these are hidden	Lines	LONG	
LinesVerticalColor	Color of the vertical lines of the grid	Lines	COLOR	
ParentBackColor	When BorderRadius is greater than 0, these corners may not have the same color as the grid container, with this property we can assign it manually.	Appearance	COLOR	
Redraw	Allows or not, stopping the drawing of the grid, it is highly recommended to pass it to falce before making many changes then set it to true, this greatly accelerates the data load	Other	BOOL	
RowsBackColor	Rows BackGround Color	Appearance	COLOR	
RowsBackColorAlt	If this color is different from the RowsBackColor, it will alternate between row and row.	Appearance	COLOR	
RowsCount	Assign or return the number of rows.	Rows	LONG	
RowSelectorBkColor	Color of the column located on the left that serves as a selection, information and adjustments of the height of the rows. With 0 it is hidden	Rows	COLOR	
RowSelectorWidth	It is the width of a column located on the left that serves as a selection, information and adjustment of the height of the rows. With 0 it is hidden	Rows	LONG	
ScrollBarStyle	change the style of the ScrollBar both vertically and horizontally.	Appearance	ENUM	0,sClassic|1,sFlat|2,sThemed|3,sCustomDraw|4,sGoogle
SelectionColor	Color of the selection and other themes.	Appearance	COLOR	
SelectionMode	Assigns or returns the mode in which the grid can be selected	Appearance	ENUM	0,GP_SelFree|1,GP_SelBySingleCell|2,GP_SelByMultiRow|3,GP_SelBySingleRow|4,GP_SelByCol
ShowHotColumn	highlight column under cursor	Appearance	BOOL	